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

by panasonic
Wed Dec 05, 2007 2:18 pm
Forum: Scripting Help
Topic: Bot to msg during channel join
Replies: 2
Views: 2120

Bot to msg during channel join

hi! i am trying to make my bot to notify user that the bot is now Online and the user can start using the bot commands i have tried with this script but it wont works bind join - #channel bot:joined proc bot:joined {nick uhost hand chan} { if {[isbotnick user1 user2 user3] && [string equal -...
by panasonic
Tue Nov 20, 2007 2:31 pm
Forum: Eggdrop Help
Topic: [SOLVED] bot to generate own ident (with oidentd)
Replies: 6
Views: 14537

[SOLVED] bot to generate own ident (with oidentd)

hi! all, i have a psybnc and an eggdrop running on one shell account since oidentd is running and multiple ident is enabled for my shell, psybnc will create an ident file named .oidentd.conf $ cat .oidentd.conf global { reply "mypsybnc" } but later when i run my eggdrop, it will catch the ...
by panasonic
Sun Nov 18, 2007 5:22 am
Forum: Script Requests
Topic: [SOLVED] Away once connected & priv. msg user
Replies: 5
Views: 2548

DragnLord wrote:utimer 15 [ putserv "PRIVMSG BotMaster :Hello I'm ONLINE now" ]
thanks DragnLord, that will do the trick :D
by panasonic
Sun Nov 18, 2007 3:35 am
Forum: Script Requests
Topic: [SOLVED] Away once connected & priv. msg user
Replies: 5
Views: 2548

bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick putquick "MODE $botnick +i-ws" putserv "AWAY out to lunch" putserv "PRIVMSG MyNick $botnick online" } ok.. here is mine: bind evnt - init-server evnt:init_server proc evnt:init_serve...
by panasonic
Sat Nov 17, 2007 12:19 pm
Forum: Script Requests
Topic: [SOLVED] Away once connected & priv. msg user
Replies: 5
Views: 2548

[SOLVED] Away once connected & priv. msg user

Hi!

do i need to create a script to make the bot have away message immediately after it's connected to the server, and how do i make the bot to private message a user once it is connected?

thank you
by panasonic
Mon Nov 12, 2007 4:54 pm
Forum: Script Requests
Topic: [SOLVED] Chan. Notice:not to send notice to a kick/ban usr
Replies: 5
Views: 3620

thanks a lot, Tosser^^
the bot is now able to perform delay time before sending msg to user and no longer sending msg to a kicked/banned user
since the code has changed, i have to learn it and try to understand it again

thank you so much :)
by panasonic
Mon Nov 12, 2007 2:40 pm
Forum: Script Requests
Topic: [SOLVED] Chan. Notice:not to send notice to a kick/ban usr
Replies: 5
Views: 3620

ok, there is slight modification to utimer and the timers is now working but i still have problem with onchan (to make sure that the bot didnt send the notice/messages to any kick/banned user) here is the codes: set welc(msg1) "1st line message" set welc(msg2) "2nd line message" ...
by panasonic
Thu Nov 08, 2007 4:59 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1052527

hi! BeeBo, i have tried as suggested but unfortunately didn't succeed code added: # List of channels to restrict google running in variable banned_chan "#channel2" i have replaced: # call google foreach line [incith::google::parse_output [google $search]] { put_output $where "$incith:...
by panasonic
Sat Nov 03, 2007 2:04 am
Forum: Script Support & Releases
Topic: Worldtime1.3.tcl working, again.
Replies: 92
Views: 152203

thanks sir, it works great!

Code: Select all

<panasonic> !time new york
<chanBot> The current time in New York, New York, United States is 2:02 AM Eastern Daylight Time (EDT) -0400 UTC @ Saturday, November 03, 2007
by panasonic
Sat Nov 03, 2007 1:39 am
Forum: Script Requests
Topic: [SOLVED] Chan. Notice:not to send notice to a kick/ban usr
Replies: 5
Views: 3620

sorry sir, i got this from web generator
anyone mind to help me to modify it coz im just a user :?
by panasonic
Fri Nov 02, 2007 3:15 pm
Forum: Script Requests
Topic: [SOLVED] Chan. Notice:not to send notice to a kick/ban usr
Replies: 5
Views: 3620

[SOLVED] Chan. Notice:not to send notice to a kick/ban usr

set welc(msg1) "Message in 1st line" set welc(msg2) "Message in 2nd line" set welc(chan) "#MyChannel" set welc(type) "1" bind join - #MyChannel* givewelcome proc givewelcome {nick uhost hand chan} { global welc set welctxt1 $welc(msg1) set welctxt2 $welc(msg2...
by panasonic
Fri Nov 02, 2007 3:06 pm
Forum: Script Requests
Topic: Request: Script to search some thing from a forum
Replies: 1
Views: 2054

i've heard this can be done through RSS reader script (if your forum have RSS feed)
thanks
by panasonic
Fri Nov 02, 2007 7:46 am
Forum: Script Support & Releases
Topic: BogusTrivia 2.06.2.beta2 Released. With History Stats!
Replies: 6
Views: 7438

hello, SpiKe^^ !

i'm using your script and it's working great on my channel
is there's a command for user to check their rank e.g !rank <username> or !top10 !top20 !top30 from public command?

im trying Bogus Trivia 2.06.2 ..let me know if this is possible

thank you
by panasonic
Fri Nov 02, 2007 7:34 am
Forum: Script Support & Releases
Topic: Worldtime1.3.tcl working, again.
Replies: 92
Views: 152203

hi!
can u update the latest fixes on the first page so we dont have to scroll pages to see where's the latest fixes?

can i know whether this script can be set to active on certain channel the bot is in by setting e.g .chanset #channel +worldtime ?

btw thanks for this great script!
by panasonic
Wed Oct 31, 2007 8:16 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1052527

speechles wrote: To disable any of the triggers, set their respective results to 0. It will show on !help <that trigger> that presently the trigger is disabled too.
errr... what if i only wanted to disable !google on #channel1 but i want it on #channel2
will that required more coding..?