Auth before joining a channel
Added by L CD almost 13 years ago
According to FAQ:
Q: I need Auth to access channels, how do I slow identify down?
A: Add /sleep [seconds] in a new line after your /msg nickserv identify, in the serverlist perform (1.8 only)
The problem is that /sleep doesn't work. I'm not the only one who have noticed this issue:
http://forum.adiirc.com/viewtopic.php?f=1&t=2606
http://forum.adiirc.com/viewtopic.php?f=1&t=1107
Every time I use /sleep it returns 'Syntax is /sleep [seconds] [command]', e.g:
/msg nickserv identify [password]
/sleep 5
/join #channel
What might the problem be? Is there another way to auth before joining a channel? I'm using AdiIRC 1.8.9.
Regards,
- celerity
Replies (2)
RE: Auth before joining a channel - Added by Per Amundsen almost 13 years ago
Oh that's not good, i might have messed up /sleep in last version.
You could try:
/msg nickserv identify [password]
/sleep 5 /join #channel
As it expects a command for the second parameter.
I'll make a permanent fix shortly.
RE: Auth before joining a channel - Added by L CD almost 13 years ago
Thanks!
I like AdiIRC very much. Keep up the good work! :)