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.

Search found 2 matches

by TheOuch
Tue Oct 16, 2007 4:06 pm
Forum: Script Requests
Topic: Channel Change (Bot kick +invite to new channel)
Replies: 3
Views: 2294

What does that matchattr section do:

Code: Select all

  if {[matchattr $handle n|n $channel]} {
    return 0;
  }
by TheOuch
Mon Oct 15, 2007 1:36 pm
Forum: Script Requests
Topic: Channel Change (Bot kick +invite to new channel)
Replies: 3
Views: 2294

Channel Change (Bot kick +invite to new channel)

I've been looking for something to do this simple task, but have been unable to find anything. Basically, I want a script that sits in #oldchannel. When anyone joins, it kicks them, and invites them to chat in #newchannel. Neither channel is invite only. We're trying to change channel names. So -- d...