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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
-
Fraud
- Op
- Posts: 101
- Joined: Mon May 19, 2008 7:57 am
Post
by Fraud »
Hello. I am looking for a script that send a text to a user.
e.g.: !help nicki
output: nicki heresometext
Thanks for the help
-
tomekk
- Master
- Posts: 255
- Joined: Fri Nov 28, 2008 11:35 am
- Location: Oswiecim / Poland
-
Contact:
Post
by tomekk »
Code: Select all
bind pub - !help text_proc
proc text_proc { nick uhost hand chan arg } {
set nniicckk [lindex [split $arg] 0]
if {[onchan $nniicckk $chan]} {
putquick "PRIVMSG $chan :$nniicckk heresometext"
}
}
putlog "whatever.tcl loaded"
? ? ;p
-
Fraud
- Op
- Posts: 101
- Joined: Mon May 19, 2008 7:57 am
Post
by Fraud »
Thank u. so if i would implement all together 4 triggers? do i have to repeat this always or is there a easier way?!
Thanks
-
Fraud
- Op
- Posts: 101
- Joined: Mon May 19, 2008 7:57 am
Post
by Fraud »
Well tomekk. thats why i am in request not in help, I have no clue how to
-
tomekk
- Master
- Posts: 255
- Joined: Fri Nov 28, 2008 11:35 am
- Location: Oswiecim / Poland
-
Contact:
Post
by tomekk »
yeah cool, just a hint ^^
-
Fraud
- Op
- Posts: 101
- Joined: Mon May 19, 2008 7:57 am
Post
by Fraud »
Du bist ja n held.