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.

2 Annoying Problems with Channel/nick handling

Old posts that have not been replied to for several years.
Locked
B
BBBS

Post by BBBS »

Version is now 1.6.8
1 : [16:18] ]]MaRrEbOy[[ kicked from #channel by ^Bot^: please, don't repeat
[16:18] Last message repeated 1 time(s).
[16:18] TCL error in script for 'timer400':
[16:18] missing close-bracket
[16:18] TCL error in script for 'timer401':
[16:18] missing close-bracket

Is this a scripting problem? if so i'll hold my hands up and go fix it!

2: This occured on 1.6.6 and all previous have not yet had time to see if it's fixed in 1.6.8 (but reckons not!). Upon connecting after getting a stoned server or being .jump 'ed

[LOG] NICK IN USE: Trying '^Bot_^'

then a bit later

[LOG] Switching back to nick ^Bot^
[LOG] -NickServ (service@dal.net)- Password accepted for ^Bot^.
[LOG] -MemoServ (service@dal.net)- You have 2 new memos. To list, use: /msg MemoServ@services.dal.net list
[LOG] -MemoServ (service@dal.net)- New DALnet news is available! To read, use: /msg MemoServ@services.dal.net NEWS
[LOG] -ChanServ (service@dal.net)- User ^Bot_^ is not online.

It looks to me like some bit's ain't getting notified when the nick switches back.
the TCL used is in dal_getop1.tcl

proc do_op {channel} {
global botnick
if {![botisop $channel]} {putserv "PRIVMSG chanserv@services.dal.net :oP $channel $botnick"}
}

Cheers


<font size=-1>[ This Message was edited by: BBBS on 2002-01-06 11:33 ]</font>

<font size=-1>[ This Message was edited by: BBBS on 2002-01-06 11:37 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The first one is a scripting error.

Locate all the "utimer", and "timer" commands in your script, and your problems will be in the proc's they point too.
B
BBBS

Post by BBBS »

Yup okies, i accept i've pulled a homer on that one!.. (all fixed)
But number 2.....

Cheers
Locked