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 -...
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 ...
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?
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
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" ...
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:...
<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
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...
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
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..?