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

by helperis
Wed May 28, 2008 5:58 pm
Forum: Script Requests
Topic: 2 eggs script
Replies: 0
Views: 1466

2 eggs script

I need script, ammm:
when i run 2 bot's on 2 irc networks i need when user join in channel on network A if user on network B on same channel mode +v nick in netvork B channel, when user parts channel on network A mode -v nick on network B, sorry for my english :oops:
by helperis
Wed Apr 09, 2008 1:27 pm
Forum: Scripting Help
Topic: enforce bans
Replies: 3
Views: 2289

Thanks forum.egghelp.org if anyone need this script: set kickcount 0 proc countkicks {} { incr ::kickcount } bind mode - "* +b" enforcebans proc enforcebans {nick uhost hand chan mc ban} { if {![string match -nocase [string map {"\\" "\\\\" "\[" "\\["...
by helperis
Wed Apr 09, 2008 9:48 am
Forum: Script Requests
Topic: !command
Replies: 2
Views: 1898

maybe: bind pub -|- !website web bind pub -|- !vacancies web proc web {nick host hand chan arg} { putserv "NOTICE $nick :www.website.com" } Or bind pub -|- !website web bind pub -|- !vacancies web2 proc web {nick host hand chan arg} { putserv "NOTICE $nick :www.website.com" } pro...
by helperis
Wed Apr 09, 2008 9:43 am
Forum: Scripting Help
Topic: enforce bans
Replies: 3
Views: 2289

first i need:
on channel ban to bot enforce banned user and kick him with message
(banned by nick)

kick counter later :wink:

And maybe i need go to "script requests" forum? :roll:
by helperis
Wed Apr 09, 2008 8:54 am
Forum: Scripting Help
Topic: enforce bans
Replies: 3
Views: 2289

enforce bans

I need script like +enforce bans. But i need to bot in kick message write not (Banned) but (Banned by nick -KICK COUNT-) There is something but don't working: bind mode - * mode_proc proc mode_proc {nick uhost hand chan mode target} { #need kick counter code: set kickcount 0 if {[botisop]} { if {$mo...