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.

Sending message

Old posts that have not been replied to for several years.
Locked
Z
Zariffa
Voice
Posts: 22
Joined: Sat Jan 03, 2004 12:13 am

Sending message

Post by Zariffa »

Hello,

I'm blocked on something...

This code send message to private, when someone tape !aide in the channel.

Code: Select all

bind pub - !aide pub:aide
proc pub:aide { nick uhost hand chan arg } {
if {[llength $arg]==0} {
                putserv "privmsg $nick :Aide sur commandes"
} else {
                putlog "aide"
        }
        return 0
}

set aide(blah.1.1) "Text"
For this no problem, the problem comes, when I would like to do something like that :

!aide BLAH

Then, BLAH is called, and would be send to the user, do you understand me ?

Please, help me :/
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Check this and/or use the Search. :P
Once the game is over, the king and the pawn go back in the same box.
Locked