Ive made a script to store a default topic for the chan in a file, and well this works, but when the bot sets the topic using
putserv "TOPIC $chan :$topic"
the topic is set as:
* E changes topic to 'Welcome to #BeforeNET (E)'
When a 'user' set the topic there nick is not put in brackets at the end of the topic. Is this a standard eggdrop feature or can it be removed somehow?
It *appears* that this is actually due to the ircd running and not the eggdrop. I have a network running as a standard bot on an ircu network and it doesnt add its nick afterwards, however the bot in question is running on a ulined server running unrealircd and it seems even when i just type .topic blah in the partyline the nick is added afterwards.