This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

looking for a script like !chanset +slap <text>

Old posts that have not been replied to for several years.
Locked
n
neb

looking for a script like !chanset +slap <text>

Post by neb »

i am try to find a script like
<me>!slap bob
<bot>me chanset not setup yet, see !chanset +slap <text>
<me>!chanset +slap slap %nick% with..
<me>!slap bob
--now if bob is not there --
* bot slap me with ....
<me>!slap lol
* bot slap lol with ... from me

someone see a script like this or you can make one ?
:mrgreen:
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

if {![channel get $channel slap]} { putserv "PRIVMSG $channel :Chanset not setup yet, see !chanset +slap <text>" }

as for the custom msg either use arrays to have multiple custom msges to all the channels or save that info in to a file. the bob ain't there thing can be done with if {![onchan $nick $channel]} { # slap you .. } else { # slap him }
Once the game is over, the king and the pawn go back in the same box.
Locked