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

by LB_1981
Fri Jun 26, 2009 3:04 pm
Forum: Scripting Help
Topic: Help please
Replies: 2
Views: 2496

Help please

Hi can someone help me with this proc cmd:tempshun {nick uhost hand arg} { set nick [lindex [split $arg] 0] set reason [lrange [split $arg] 1 end] putserv "TEMPSHUN $nick :$reason" putserv "PRIVMSG #CWStats Tempshun Added To $nick (Reason) $reason" } Is what i need it to do is me...
by LB_1981
Tue Jun 23, 2009 8:27 am
Forum: Scripting Help
Topic: Adding users
Replies: 5
Views: 3994

look for this in your eggdrop.conf

# This setting allows you to specify the maximum nick-length supported by your
# network. The default setting is 9. The maximum supported length by Eggdrop
# is 32.
set nick-len 9

Change set nick-len 9 to whatever you want
by LB_1981
Mon Jun 22, 2009 1:05 pm
Forum: Script Requests
Topic: who can make a funny script like this?
Replies: 8
Views: 6599

their is a mirc version of this available may be someone could translate it to tcl although it is a rather big script here is the mirc code This is the game Slots. !snew -- creates an account !smoney -- show money for $nick , $2 or top ( most out of all player ) !sreset -- resets money to 1000 for $...
by LB_1981
Sun Jun 21, 2009 5:59 pm
Forum: Script Requests
Topic: auto tempshun
Replies: 11
Views: 7216

Sorry to bother again my bot has global flags but its only doing the tempshun to ppl that join the server its on is their anyway for it to beable to tempshun users than join on either server
irc.chattersworld.co.uk - leaf.chattersworld.co.uk
by LB_1981
Fri Jun 19, 2009 6:27 pm
Forum: Script Requests
Topic: auto tempshun
Replies: 11
Views: 7216

Thanks speechless that works a treat now
by LB_1981
Fri Jun 19, 2009 6:17 am
Forum: Script Requests
Topic: auto tempshun
Replies: 11
Views: 7216

Only other problem im getting is when i rehash the bot this happens _-11:13am-_ <ChanGuardian> [05:13] Tcl error in file 'eggdrop.conf': _-11:13am-_ <ChanGuardian> [05:13] can not find channel named "shunlist.txt" _-11:13am-_ <ChanGuardian> while executing _-11:13am-_ <ChanGuardian> "...
by LB_1981
Fri Jun 19, 2009 4:38 am
Forum: Script Requests
Topic: auto tempshun
Replies: 11
Views: 7216

Many thanks for your reply and help the nicks are being added to the list but are not being tempshunned on connect i just need it to tempshun not akill That is because I messed up on the regsub, which changes the %nick in your akillcommand line into the correct nickname. I've corrected it in the sc...
by LB_1981
Thu Jun 18, 2009 9:12 pm
Forum: Script Requests
Topic: auto tempshun
Replies: 11
Views: 7216

Many thanks for your reply and help the nicks are being added to the list but are not being tempshunned on connect i just need it to tempshun not akill
by LB_1981
Thu Jun 18, 2009 8:36 pm
Forum: Scripting Help
Topic: Need help small script[solved]
Replies: 4
Views: 4017

changed that over this is what i have now bind msg o|o act cmd:act bind msg o|o notice cmd:notice bind msg o|o forcejoin cmd:forcejoin bind msg o|o sapart cmd:sapart bind msg o|o tempshun cmd:tempshun bind msg o|o kill cmd:kill bind msg o|o tempgline cmd:tempgline proc cmd:act {nick uhost hand arg} ...
by LB_1981
Thu Jun 18, 2009 10:37 am
Forum: Script Requests
Topic: auto tempshun
Replies: 11
Views: 7216

i picked this up from the forum didnt write it myself
by LB_1981
Thu Jun 18, 2009 9:16 am
Forum: Script Requests
Topic: auto tempshun
Replies: 11
Views: 7216

auto tempshun

Can any one help modify this i want it to auto tempshun users that have been added also if poss it will need something like botnick addtempshun nickname so i dont have to go into shells to add nicks set akillnicks { "nick1" "nick2" "nick3" "etc." } bind raw - ...
by LB_1981
Wed Jun 17, 2009 8:23 am
Forum: Scripting Help
Topic: Need help small script[solved]
Replies: 4
Views: 4017

Many thanks for your reply i have however managed to sort some of this script myself after a few days of rapping my brains and going through some of the old forums ive come up with this and it all seems to work ok bind msg o|o act cmd:act bind msg o|o notice cmd:notice bind msg o|o forcejoin cmd:for...
by LB_1981
Wed Jun 10, 2009 7:49 am
Forum: Scripting Help
Topic: Need help small script[solved]
Replies: 4
Views: 4017

Need help small script[solved]

Any help please I cant get it to work so if any one can help id appreciate it basicaly is what i need it to do is /msg botnick kill $nick reason /msg botnick act $chan text to act /msg botnick tempshun $nick reason for shun /msg botnick sajoin $nick $chan /msg botnick gline $nick 4h reason I think i...
by LB_1981
Mon Jun 08, 2009 6:08 am
Forum: Script Requests
Topic: sir_fz, fzcommands any help pls[solved]
Replies: 1
Views: 1945

sir_fz, fzcommands any help pls[solved]

Hi im currently using fzcommands on my server and it works wonders but im wondering if it would be possible to add to it the bot it is used on has network admin rights if possible can the following command be added so it will do it via /msg botnick act kill tempshun sajoin sapart gline Gline needs t...