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.

Announce bot delink/link to channel

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
D
Danko
Voice
Posts: 18
Joined: Thu Mar 09, 2006 1:07 pm

Announce bot delink/link to channel

Post by Danko »

How can I announce botnet delinking/linking to my channel?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Code: Select all

set chan #yours
bind link - * foo
bind disc - * foo
proc foo {args} {
   set bot [lindex $args 0]
   set via [lindex $args 1]
   if {$via != ""} {set t "$bot has linked via $via"} {set t "$bot delinked"}
   puthelp "privmsg $::chan :$t"
}
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply