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.

Eggdrop auto join weird channel name

General support and discussion of Eggdrop bots.
Post Reply
User avatar
vam2u
Voice
Posts: 31
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Eggdrop auto join weird channel name

Post by vam2u »

Hey everyone :-)
Anyone experince this before?
The eggdrop auto join channel that was not command to join.
I found it at my party line.
I double check there is no such tcl being loaded in my eggdrop.conf

[11:14:01] joined #╭∩╮(òÓ)â? but didn't want to!
[11:14:03] joined #╭∩â� but didn't want to!
[11:14:07] joined #╭∩â� but didn't want to!
[11:14:12] joined #╭Ã� but didn't want to!
s
simo
Revered One
Posts: 1071
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

prob some autojoin function on the ircd making your bot autojoin
or some script you use to autojoin
User avatar
vam2u
Voice
Posts: 31
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Post by vam2u »

I'm on dalnet, but it does not happen to my other eggdrop.
I did disable all my .tcl's but it will start to autojoin whenever i rehash by eggdrop.
simo wrote:prob some autojoin function on the ircd making your bot autojoin
or some script you use to autojoin
s
simo
Revered One
Posts: 1071
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

perhaps something in your conf that autojoins channels
User avatar
CrazyCat
Revered One
Posts: 1216
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

This usually came in two cases:
- there is a channel which is setted as auto-join in the ircd (but I don't think dalnet does that)
- your eggdrop is setted to join a channel which is redirected (in unrealIrcd, it's a +L channel)

This is not an eggdrop issue, check the channels you setted in your eggdrop and verify on dalnet if none of them is redirected to another one
User avatar
vam2u
Voice
Posts: 31
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Post by vam2u »

Hey there @CrazyCat @simo
I did checked my eggdrop.conf, looks like everything is in order and there is no autojoin script been loaded. I removed all my tcl from source scripts/ as well.
But it's still not helping.
No choice I deleted my eggdrop and reinstall back, so far everything is back to normal now :-)

I will monitor it for a while....
User avatar
CrazyCat
Revered One
Posts: 1216
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

As we said: this is probably a server related issue/feature.
Just do a .status in your eggdrop to see in which channel it may be and isn't.

If you can't find any channel with a +L (on the server, not on your eggdrop), you can try to stop your eggdrop, delete (or rename) the .chan file and restart the eggdrop.
User avatar
vam2u
Voice
Posts: 31
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Post by vam2u »

Hey CrazyCat
I think i found what's causing the problem, it's the channel name that trigger the weird join after I spend some time trying to check what when wrong.
Below is my .status and when time goes by it keep on joining / trying more channels.

1st check on .status
Loaded module information:
Channels: #╭∩╮(òÓ)╭∩╮ (trying),
#╭∩╮(òÓ)╭∩╮ (trying),
#╭∩╮(òÓ)╭∩? (trying)
Account tracking: Disabled
(Missing capabilities: use-354 extended-join account-notify)
Online as: testing! xx@xx.com (weird)
Connected to DALnet [irc.dal.net]:6667 (connected for 00:20)
Active CAP negotiations: None
#╭∩╮(òÓ)╭∩╮: (not on channel)
#╭∩╮(òÓ)╭∩╮: (not on channel)
#╭∩╮(òÓ)╭∩?: (not on channel)


After restart eggdrop and do a .status check
Loaded module information:
Channels: #╭∩╮(òÓ)╭∩╮ (trying),
#╭∩╮(òÓ)╭∩? (trying),
#╭∩╮(à(trying),
#╭∩╮(òÓ)╭∩? (trying),
#╭∩╮(à(trying),
#╭âÂÂ� (trying)
Account tracking: Disabled
(Missing capabilities: use-354 extended-join account-notify)
Online as: testing! xx@xx.com (weird)
Connected to DALnet [irc.dal.net]:6667 (connected for 00:01)
Server queue is at 0% (2 msgs)
Active CAP negotiations: None
#╭∩╮(òÓ)╭∩╮: (not on channel)
#╭∩╮(òÓ)╭∩?: (not on channel)
#╭∩╮(ÃÂ: (not on channel)
#╭∩╮(òÓ)╭∩?: (not on channel)
#╭∩╮(ÃÂ: (not on channel)
#╭âÂÂ�: (not on channel)

Btw, everything will goes back to normal if i removed or delete the .chan file.
Post Reply