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 3 matches

by visual
Fri Mar 23, 2012 12:28 pm
Forum: Script Requests
Topic: Simple invite script.
Replies: 3
Views: 3042

Thanks but if i'm correct wouldn't this just be inviting me? the owner? Or whatever nick i'll be putting on the "Rootnick"?

What i wanted is, that i can command the bot to invite whichever or whoever person/nick i specify after the ~invite command. Thanks again.
by visual
Fri Mar 23, 2012 4:34 am
Forum: Script Requests
Topic: Simple invite script.
Replies: 3
Views: 3042

Simple invite script.

Hi, i have tried making this script which will trigger the bot to invite the given nick but it seems to be not responding. What did i miss here? Thanks in advance. bind pub n ~invite pub_do_invite proc pub_do_invite {nick uhost hand chan arg} { global botnick putserv "INVITE $arg $chan" }
by visual
Tue Feb 21, 2012 11:09 am
Forum: Script Requests
Topic: Getall nicknames in channel
Replies: 20
Views: 14464

List users on specified channel

Hi, while all this scripts posted here shows the current userlist on the current channel window opened. Can someone recode the script so the bot will show the userlist on the specified channel? like !chan <#channel> on public window. Thanks.