ChristianEthics 9.0 Glory to His Holy Name.
_________________________________________________________________________
E-mail: ChristianEthics2@yahoo.ca 
Messenger: ChristianEthics@hotmail.com 
Home page: http://ca.geocities.com/christianethics2
Message Board: http://groups.yahoo.com/group/ChristianEthics_BibleBotDownloadZone/
__________________________________________________________________________

Cute-Replys.
1) Are set to respond when someone says the key word onto the main screen.

2) You can add more cute-replys to this file. Just copy and paste a command
and add a new word and response. (The top commands are self commands
so that ChristianEthics can use them, the lower commands are for
external users who type the key words onto the msn screen.

3) This file will also Add and Subract from the main screen.
Example: Type !sub 9-3 it will respond 6
Type !add 9+3 it will respond 12

4)Be careful not to have the reply the exact same as the trigger word
as it may cause a 'flood loop' if another ChristianEthics is in the 
room with the same settings. 

Cross symbol is: 

Editted Sept 2001 works with show users colors and should work with clearmsn
Added in !hug so and so command.
__________________________________________________________________________
on *:INPUT:*:{
  IF (!sub isin $1-) { /msg # $calc($2-)  
  }
  elseif (!add isin $1-) { /msg # $calc($2+)
  }
  elseif (!hug isin $1-) { 
    if ($2 !== $null) /msg $chan ((((f) Hug for $2- (f)))) God Bless you also.  
    if ($2 == $null) /msg $chan ((((f) Hug for $nick (f)))) God Bless you also.
  }
  elseif (!hug isin $1-) { /msg $chan ((((f) Hug for $nick (f)))) God Bless you also.  
  }


} 
------------------------------------------------------------------------
on *:TEXT:*!add*:*: { /msg # $calc($2-) 
}
on *:TEXT:*!sub*:*: { /msg # $calc($2+)
}
on *:TEXT:*asl*:*: { /msg $nick I'm a bot.  
}
on *:TEXT:*God Bless you*:*: { /msg $chan $nick and you also.
}
on *:TEXT:*Amen*:*: { /msg $chan $nick Ammen.
}
on *:TEXT:*!hug*:*: { 
  if ($2 !== $null) /msg $chan ((((f) Hug for $2- (f)))) God Bless you also.  
  if ($2 == $null) /msg $chan ((((f) Hug for $nick (f)))) God Bless you also.
}








__________________________________________________________________________

*Do NOT edit below here.
________________________________________________________________________

on *:LOAD: { set %cutesayings $=gl On | /splay notify.wav
}

on *:UNLOAD: { set %cutesayings $=gl Off | /splay unload.wav
}
