ALT+R the code below goes into remote
Code:
 
On *:TEXT:test:#:/describe # slaps $nick around a bit with a large trout
On @*:NOTICE:*:#:/kick # $nick Kicks $nick around a bit with a large trout
 

the on text code will triggering when somone types the word (test)
you can use wildcard test* this match evertink begins with test testdrive
or *test* to match everthink 1sttestdrive etc.....

the on notice code will match everting and kick the person thet send a notice to channel when your are oped

if somone slap you like this:

tsoglanos29 slaps Htech around a bit with a large trout


this would be the code you need
Code:
  
On *:Action:*:#:if ($1 == slaps) && ($2 == $me) { describe # slaps $nick around a bit with a large trout | ignore -cu30 $nick  }




Last edited by tsoglanos; 25/07/04 08:43 PM.