pretty much the same as what it posts to the channel, but i have a couple different feeds and dont want all to change the topic, so i think that may cause a little problem, but for that i can have 2 scripts,
its not being used for registering with the network, its for a seperate script but i wanted to see if i could get a register/auth type of script to make registration capable on an eggdrop instead of doing on a second mIRC client open
not sure what undernet/qnet uses, but what i was going to try to do was pm the bot 'register tekster password' and it would register that name and then i can auth to the bot by 'auth tekster password'
i was wondering if there was a script that allows you to message the bot with 'register <name> <password> <email>' and to auth 'auth <name> <password>' or where i would start something liek that, if its even possible with tcl, thx
i need some help with killing the utimer that i start in the start:timer proc, im still pretty new at coding this, so i need some help in getting it to stop, thx bind pub - .timer start:timer bind pub - .stop stop:timer proc start:timer {nick host hand chan text} { global channel msg interval id if ...