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.
Old posts that have not been replied to for several years.
-
m
m4dh4x0r
Post
by m4dh4x0r »
having problems with this script..
Code: Select all
bind msg nm .sendnote sb_sendnote
proc sb_sendnote { nick uhost hand chan text } {
if { [lindex [split $text] 0] == " " } {
putserv "privmsg $nick :Please specify the following\: .sendnote <to> <msg>"
} else {
storenote $nick [lindex $text 0] [lrange [split $text] 1 end] -1]
putserv "privmsg $nick :You have just sent [lindex $text 0] the following note\: [lrange [split $text] 1 end]"
}
}
-
]Kami[
- Owner
- Posts: 590
- Joined: Thu Jul 24, 2003 2:59 pm
- Location: Slovenia
-
Contact:
Post
by ]Kami[ »
What mistake is given, when you try to use it ?