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

by Magma
Mon Jun 06, 2005 6:02 pm
Forum: Archive
Topic: Clan Script if possible...
Replies: 27
Views: 17823

spock wrote:not odd at all considering that the pub bind doesnt support wildcards :wink:
so I have to bind each command then...
by Magma
Mon Jun 06, 2005 4:12 pm
Forum: Archive
Topic: Clan Script if possible...
Replies: 27
Views: 17823

hmm added a bracket but i tried the commands in IRC and it wont work. bind pub - * triggers proc triggers {nick uhost hand chan arg} { set trigger [lindex [split $arg] 0] switch -exact -- [string tolower $trigger] { "!url" { putserv "NOTICE $nick :Visit us at http://11th-wolverines.ne...
by Magma
Mon Jun 06, 2005 1:39 pm
Forum: Archive
Topic: Clan Script if possible...
Replies: 27
Views: 17823

[13:36] Tcl error in file '11wpao.conf': [13:36] missing close-brace while executing "proc triggers {nick uhost hand chan arg} { set trigger [lindex [split $arg] 0] switch -exact -- [string tolower $trigger] { "!..." (file "scripts/paocommand.tcl" line 3) invoked from withi...
by Magma
Sun Jun 05, 2005 11:28 pm
Forum: Archive
Topic: Clan Script if possible...
Replies: 27
Views: 17823

so if I need to add more commands later I can just add something like

Code: Select all

"!command" { 
            putserv "NOTICE $nick :info here" 
        } 
Right?

Also do I just save that into a TCL script?
by Magma
Sat Jun 04, 2005 11:56 am
Forum: Archive
Topic: Auto Auth with nickserv and chanserv?
Replies: 4
Views: 5592

Search the TCL Archive as there are plenty of scripts that resolve that problem. Or maybe you might want to consider r-e-a-d-i-n-g your entire conf file , seeing how this easily falls under the purvue of the set init-server variable... :? all it says This is a Tcl script to be run immediately after...
by Magma
Sat Jun 04, 2005 12:07 am
Forum: Archive
Topic: Clan Script if possible...
Replies: 27
Views: 17823

so would I save that as a tcl script now...

sorry im super new to eggdrop
by Magma
Fri Jun 03, 2005 9:11 pm
Forum: Archive
Topic: Clan Script if possible...
Replies: 27
Views: 17823

I dont know what im looking for that would auto voice any user with [11W] before there name
by Magma
Fri Jun 03, 2005 8:06 pm
Forum: Archive
Topic: Auto Auth with nickserv and chanserv?
Replies: 4
Views: 5592

Auto Auth with nickserv and chanserv?

How can I make it so if for some reason my bot dies he can log back onto the server and do 2 commands

/msg nickserv identify <password>
/msg chanserv indentify channel password
by Magma
Fri Jun 03, 2005 8:04 pm
Forum: Archive
Topic: Clan Script if possible...
Replies: 27
Views: 17823

Clan Script if possible...

So I want to setup some stuff for my bot. I want it so that if anyone with a name which starts with [11W] they get a +v when they join the channel Along with something basic were if a user says a command it will be done. So if they say !url the bot will respond with our URL to our site !url !contact...