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

by bratt
Sat Jul 16, 2005 9:05 am
Forum: Archive
Topic: auto op a certain hostmask
Replies: 3
Views: 2262

auto op a certain hostmask

hi been trying to make a quick script that will make the bot op a certain hostmask or ident. but simply can't do it here it what i did so far and it aint working set hostname "IDENT@IP.ADDRESS" bind join - * join:ophost proc join:ophost { nick host hand chan } { if { $host == $hostname } {...
by bratt
Thu Jul 07, 2005 1:43 pm
Forum: Archive
Topic: !say script
Replies: 4
Views: 2217

cheers
by bratt
Tue Jul 05, 2005 7:10 pm
Forum: Archive
Topic: !say script
Replies: 4
Views: 2217

cheers metroid i tried that and it seems to be doing the same
by bratt
Tue Jul 05, 2005 6:07 am
Forum: Archive
Topic: !say script
Replies: 4
Views: 2217

!say script

hi need help with this script that is intent to make a bot say something in channel by using the trigger !say #chan <text> the script seems to be bugged or has a mistake because when i do the command it says it to the channel its commanded in rather than the channel its meant to. the auth part just ...