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

by Mark
Mon Oct 25, 2004 3:57 pm
Forum: Archive
Topic: Error in mc.clone_detector.tcl?
Replies: 4
Views: 1316

Stealthx wrote:My bot have this TCL too, it's work pretty well for me till now... Perhaps check your configuration? :roll:
what version eggdrop are you running?
by Mark
Sun Oct 24, 2004 4:10 pm
Forum: Archive
Topic: Error in mc.clone_detector.tcl?
Replies: 4
Views: 1316

Error in mc.clone_detector.tcl?

i tried using this to keep clones out of one of my channels, and i got it configured and when i bring a clone into the channel, it says "(3:57 PM) <Assassin> [15:58] Tcl error [mc:cd:join]: wrong # args: should be "join nick uhost hand chan"" on the party line. i'm not a tcl scri...
by Mark
Sat Oct 23, 2004 11:20 am
Forum: Archive
Topic: command to msg the partyline?
Replies: 2
Views: 1169

whats that mean? i'm kinda new at this eggdrop stuff

to make it a little more clear, i need to know if there is a command i can type on irc to msg the partyline. so i could set up a timer to do that command so i dont get disconnected
by Mark
Fri Oct 22, 2004 9:09 pm
Forum: Archive
Topic: command to msg the partyline?
Replies: 2
Views: 1169

command to msg the partyline?

is there a command i can type to msg the partyline, cause i would like to write a script that would say something like "Keeping the connection alive" to the bot's partyline (/ctcp assassin chat) to keep me from getting disconnected
by Mark
Sat Oct 16, 2004 3:37 pm
Forum: Archive
Topic: Monitor Current Connections
Replies: 7
Views: 2702

figured it out....its /lusers (thats an L), it gives you a number of the current connections, and the max its ever been at.....thx for the help though
by Mark
Fri Oct 15, 2004 7:07 pm
Forum: Archive
Topic: Monitor Current Connections
Replies: 7
Views: 2702

user wrote:saying what ircd you're running might be a good idea :P try '/stats l'
Unreal3.2....a '/who *' shows a list of everyone connected, but by name, anyone know how i could get that to output a number?
by Mark
Fri Oct 15, 2004 6:15 am
Forum: Archive
Topic: Monitor Current Connections
Replies: 7
Views: 2702

Monitor Current Connections

is there any way (scriptwise) to monitor all the connections to you own server at one time? i know the command /stats u, but that isnt current connections, its max connections.
by Mark
Sun Oct 10, 2004 12:51 pm
Forum: Archive
Topic: Bot that keeps track of a database
Replies: 2
Views: 1288

ok, when somebody does a -count 72 4587(for example), it adds the number 4587 to a database under the variable 72, then when someone does -walk 72 4587, it adds 4587 under, lets say walk72(for example). then when somebody does -event 72, it messages them whatever is stored under variable 72, walk72,...
by Mark
Sat Oct 09, 2004 9:08 pm
Forum: Archive
Topic: Bot that keeps track of a database
Replies: 2
Views: 1288

Bot that keeps track of a database

basically, what i want to do is have a bot that can store data where if someone types, -count 72 4536, it stores that in a database, and if someone types -event 72, it reads back whatever is in the database?, i'm not very good at scripting, and i just started to learn tcl, and if the current count s...
by Mark
Fri Oct 08, 2004 1:25 pm
Forum: Archive
Topic: Help with a chat script plz
Replies: 4
Views: 1492

can ya help me with this? i thought i got it, but it didnt work. proc PublicMSG {nick uhost hand chan rest} { global botnick global commandpath global initfile #make sure the bot doesn't talk to himself. if {[string tolower $nick] == [string tolower $botnick]} { return 0 } elseif ($chan == $chan(one...
by Mark
Fri Oct 08, 2004 9:48 am
Forum: Archive
Topic: Help with a chat script plz
Replies: 4
Views: 1492

Help with a chat script plz

lol, ok, different question, since i solved my last one, lets say i have this bot in two different channels, how could i make it ONLY talk in #chat, and not in #trivia?, is there a thing like mirc where if ( $chan == #chat )? if so let me know, and if not help me out please