Seems like this should be very easy. How do you set the bot's own user mode?
I'd like to set my bots +i (undernet), and can't seem to find any reference to it.
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i"
# putserv "PRIVMSG x@channels.undernet.org :login user password"
}
When I wonder what the irc network is setting by default, here's how I check it:fusionx wrote: ...
I didn't realize +i is set by default.
...