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 prassel
Thu Apr 12, 2007 3:11 pm
Forum: Scripting Help
Topic: requestbot script (wont scan channels)
Replies: 1
Views: 2075

requestbot script (wont scan channels)

egg will join the channel if X ops from #channel is on the master channel. i cant get it to join a channel :/ it locks up on "foreach" as i dont get any notice from it help? :P this is what i've got: # set your master channel that those requesting the bot has to be in # set masterchan &quo...
by prassel
Tue Apr 10, 2007 12:59 pm
Forum: Script Requests
Topic: kick ops deopping, kicking, banning if not on chanlev
Replies: 0
Views: 1800

kick ops deopping, kicking, banning if not on chanlev

when an op that is not on chanlev in my channel kicks, bans or deops someone, my bot should kick him out with the reason "you are not allowed to do that".

anyone kind enough to make this? :)
by prassel
Mon Apr 09, 2007 7:54 pm
Forum: Scripting Help
Topic: [solved] catch a word in a sentance and /me command
Replies: 4
Views: 3182

sry but i dont understand at all :oops:

i've figured it out now, thx

Code: Select all

bind pubm - "*<word>*" <procname>
proc <procname> {nick host hand chan text} {
 putserv "privmsg $chan :\001ACTION slaps $nick \001"
}
by prassel
Mon Apr 09, 2007 6:43 pm
Forum: Scripting Help
Topic: [solved] catch a word in a sentance and /me command
Replies: 4
Views: 3182

i didnt get any wiser by reading tcl-commands.doc about ctcp :/ but i did get the other thing to find the words and reply, thx. but what should the ACTION be? the text i write in the channel or something else? im lost :oops: hmm i think im getting close now, found this after googling http://www.basc...
by prassel
Mon Apr 09, 2007 1:01 pm
Forum: Scripting Help
Topic: [solved] catch a word in a sentance and /me command
Replies: 4
Views: 3182

[solved] catch a word in a sentance and /me command

i cant get the bot to catch a word with my script. someone know what im doing wrong? function: catch the word 'dogs' and send "dogs?! WHERE?!" to the channel that 'fubu' was written in. bind pub - "% *dogs*" askDogs proc askDogs {nick host hand chan text} { putserv "privmsg ...
by prassel
Mon Apr 09, 2007 9:43 am
Forum: Eggdrop Help
Topic: script wont run
Replies: 6
Views: 3342

problem is that is doesnt reply at all.....

yay i got it working now!

thank u all for pointing me in the right direction :)
by prassel
Mon Apr 09, 2007 6:46 am
Forum: Eggdrop Help
Topic: script wont run
Replies: 6
Views: 3342

the script got putlog at the end and i can see it in putty when i load eggbot.conf

heres what i got from .bind

Code: Select all

12:46:16 ‹kiwibot› join -|- * 1 holm-join_greet
12:46:16 ‹kiwibot› pub -|- bufu? 0 bufu
12:46:16 ‹kiwibot› pub -|- lion 0 run
by prassel
Sun Apr 08, 2007 9:57 pm
Forum: Eggdrop Help
Topic: script wont run
Replies: 6
Views: 3342

ok, i got my egg to my channel and the scripts are loading.
but still it wont even greet me with the greet script i dled from the archive :/

i've tried rehashing and reloading the config file but no luck

someone got a clue what im doing wrong?
by prassel
Sun Apr 08, 2007 7:07 pm
Forum: Eggdrop Help
Topic: script wont run
Replies: 6
Views: 3342

script wont run

my script: bind pub - lion lion_run proc lion_run {nick host hand chan text} { putserv "privmsg $chan :run!" } eggdrop.conf: ........ source scripts/lion.tcl ........... 'lion.tcl' is located in the scripts folder i log on to my shell using putty after 'cd eggdrop' i do: ./eggdrop eggdrop....