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

by JohnJohnJohn
Wed Dec 05, 2007 3:56 am
Forum: Script Requests
Topic: !aop !sop add
Replies: 5
Views: 5217

k thanks alchera.. :) i.ll just do through dcc as u adviced..
by JohnJohnJohn
Tue Dec 04, 2007 10:49 pm
Forum: Script Requests
Topic: !aop !sop add
Replies: 5
Views: 5217

yeah as i expected someone will say that it's easy to add through ChanServ. i make adding access more complicated but in my case i have my bot opped and has Sop access in other channel which i don't have.(i lost my access cause my nick got freezed, too bad for me lol.) and when the founder is out si...
by JohnJohnJohn
Tue Dec 04, 2007 1:39 am
Forum: Script Requests
Topic: !aop !sop add
Replies: 5
Views: 5217

!aop !sop add

hi anyone can help me make a script that will work like this.. If the owner of the bot type !aop <nick> in the channel then the bot automatically add the nick specified and relay it in the channel that the nick was successfully added. And if it is not a registered nick then it will also relay in the...
by JohnJohnJohn
Thu Nov 08, 2007 6:48 am
Forum: Script Requests
Topic: *wordgame* gamescript
Replies: 5
Views: 3387

ei Antero i found one similar with your request but its not for eggdrop its an mIRC script.

http://www.mircscripts.com/cgi-bin/file.php?id=16
by JohnJohnJohn
Sat Oct 13, 2007 9:09 am
Forum: Script Requests
Topic: A textwist alike game
Replies: 0
Views: 1611

A textwist alike game

Anyone can suggest of where i could find a tcl script which plays like a Textwist.. It works like this.. example <botnick>Create a word from I A O N T B ### then players answer on it ### <player1> ion <botnick> player1 got the word "ion" <player2> bat <botnick> player2 got the word "b...
by JohnJohnJohn
Thu Oct 11, 2007 9:48 pm
Forum: Script Requests
Topic: Just a little modification
Replies: 6
Views: 2873

that was quick! thanks nml375 :) :) :)
by JohnJohnJohn
Thu Oct 11, 2007 8:48 am
Forum: Script Requests
Topic: Just a little modification
Replies: 6
Views: 2873

nml375 i changed it in that way as u've said but unfortunately i still encounter the same problem.. :( :(
by JohnJohnJohn
Wed Oct 10, 2007 11:43 pm
Forum: Script Requests
Topic: Just a little modification
Replies: 6
Views: 2873

oh sorry for that rosc2112.. anyway here's the code that i've edited. set patch "/usr/space/frozen/eggdrop" set greetime "15" bind join - * showgreet proc showgreet {nick uhost hand chan} { global patch greetime if {[file exist /$patch/$nick.txt]} { set file5 [open /$patch/$nick....
by JohnJohnJohn
Wed Oct 10, 2007 9:10 pm
Forum: Script Requests
Topic: Just a little modification
Replies: 6
Views: 2873

Just a little modification

i tried to edit this code to pick random line in txt.file to greet specific nicks who joins the channel but it says that tcl error showgreet missing close bracket. Here is the untouched code. --Not all users who join the channel are been greeted. Only those specified nick which are saved in tha patc...
by JohnJohnJohn
Tue Oct 09, 2007 11:06 pm
Forum: Script Requests
Topic: A Chanserv why command that msg the channel.
Replies: 13
Views: 5081

This is exactly what i want.. Thanks for your effort Alchera! :D
by JohnJohnJohn
Sun Oct 07, 2007 2:02 am
Forum: Script Requests
Topic: A Chanserv why command that msg the channel.
Replies: 13
Views: 5081

There it goes Alchera that hits the spot.. :D it suits what am lookin for.. thanks for the effort :) but anyway i would like to add some fancy stuff on it, is there any way that i can customize the $text result? For instance if an Aop joined the channel the bot will message different message and as ...
by JohnJohnJohn
Sat Oct 06, 2007 10:38 am
Forum: Script Requests
Topic: A Chanserv why command that msg the channel.
Replies: 13
Views: 5081

ok here is the code.. :) i found that one when i searched google.. It's more efficient for me if the bot will message the channel of what particular access does the op has rather than putting the informations in why.txt Whether it's Aop Sop or Founder.. bind mode - * mode:why bind notc - * notc:why ...
by JohnJohnJohn
Sat Oct 06, 2007 1:20 am
Forum: Script Requests
Topic: A Chanserv why command that msg the channel.
Replies: 13
Views: 5081

i searched google and i found one similar on the script that i want but the difference is that upon a +o mode by chanserv the script sends out a why to chanserv and put the result in the file why.txt instead of sending out the informations in the channel. Here's the one i found in google; package re...
by JohnJohnJohn
Fri Oct 05, 2007 10:59 am
Forum: Script Requests
Topic: A Chanserv why command that msg the channel.
Replies: 13
Views: 5081

hrmm that works fine than the previous one but there's still an error, even if i sets mode -o the bot still mention that thing.. and if the bot deop itself it mentions the same thing.. Anyway thanks :D i still appreciate it..[/b]
by JohnJohnJohn
Thu Oct 04, 2007 10:10 pm
Forum: Script Requests
Topic: A Chanserv why command that msg the channel.
Replies: 13
Views: 5081

thanks for ya effort tadadadaaa i gladly appreciate it.. anyway the snippet runs good but there's something wrong on it. instead of the operator's nick the bot mentions the name of ChanServ eg: * ChanServ sets mode: +o JohnJohnJohn -the bot replies- <botnick> ChanServ is an operator in #channel beca...