Sir_Fz, how to write only userlist on specific channel not all channels the bot is on. example: the bot is on #channel1, #channel2 & #channel3 and write only list on #channel1
Sir_Fz, i got it... i put set arg "$arg -$n" after set c [string tolower $c] and it works... thanks a lot proc qb:addpub {n uh h c arg} { global qb qbl set c [string tolower $c] set arg "$arg -$n" foreach b $qb(noaddchan) {if {[string match -nocase $c $b]} {return}} set arg [qb:r...
hello Sir_Fz, this what ive got after adding set arg "($n) $arg" . the nick is included on the quote when adding it but when i display the quote, the nick isn't there. pls check below, i added testing 123 and got a bot reply Added Quote #75: "(clarck) testing 123" but when i dipl...
hello guys need your help.... i am using a quotebot and u just want to know if it is posible if someone add a quotation, his/her nickname will automatically included on the quotation. this is for us to monitor and trace unwanted post quote... thank you very much in advance. here is the script: # ^--...
hey guys... do you know a quote script that can display quotes on channel with interval of 20 minutes continously. and can add quotes using msg commands.
pls help me with web poster script, a script that sends/converts IRC activity to html... it works except with part, when someone parts on channel it doesn't appear on the web and got this error msg on the bot: Tcl error [www_part]: wrong # args: should be "www_part nick host hand channel" ...
Code: bind msgm - * IAmABot proc IAmABot {nick args} { puthelp "PRIVMSG $nick :I'm a bot." } Hello sir_fz from this example, how to make the bot respond only when certain words on the msg. like if the msg is: <hannah23> hi pls visit http://www.yahoo.com the bot only respond when the msg co...
thanks a lot demond... that's exactly what im looking for... <fredvil> !last hannah23 <botnick> Thu Aug 24 18:27:25 2006 demond one thing if it's ok... how can i put a little comment on the reply.. something like this: <fredvil> !last hannah23 <botnick> hannah23 last talk - Thu Aug 24 18:27:25 2006 ...