Code: Select all
proc my:message {text} {
global settings
puthelp "PRIVMSG $settings(dest) :$text"
return
}
Code: Select all
if {($::settings(lastmsg) != "$text")} {
set settings(lastmsg) "$text"
return
}
I'm aware of the settings:
*sigh* as nice as it would be set these all to 1set double-mode 0
Allow identical messages in the mode queue?
set double-server 0
Allow identical messages in the server queue?
set double-help 0
Allow identical messages in the help queue?
