In one of my procs I do this: set owner($chan) "$nick" puthelp "NOTICE $nick :$owner($chan) is now the owner of $chan" Then in another procedure I have this: proc partchan {nick uhost hand chan {msg ""}} { global owner puthelp "NOTICE $nick :Leaving $chan whos owne...
Is it possible to use a variable inside a set command? I have a bot that is in about 10 channels that I am using. I want it to record a certain piece of information on that channel. That is working, however the problem I am facing is that if it is set on antoehr channel, it becomes the same for ALL ...
Hi, I am looking to add a script to my bot where it records the last 10 lines from the conversation and then will message, or notice them to a user when they join the channel so that they know what is going on, and are not completely oblivious to the converstation going on as they enter. I am fairly...