diff options
| author | 2025-12-12 04:16:52 -0700 | |
|---|---|---|
| committer | 2025-12-12 04:16:52 -0700 | |
| commit | 4ffde3815398a1e192a34cc38bd62c3c5a19f524 (patch) | |
| tree | fa1dbae878f4dd69a3c90bda5d5d5f9d660fe73e | |
| parent | Add !ignd command like !igd but for ignoring offsite instead of onsite URLs (diff) | |
firechannels - remove chsub
| -rw-r--r-- | firechannels.tcl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/firechannels.tcl b/firechannels.tcl index 8826d10..9327bd5 100644 --- a/firechannels.tcl +++ b/firechannels.tcl @@ -32,25 +32,6 @@ proc firechansonjoin {nick uhost hand chan} { putquick "INVITE $nick #pki" putquick "INVITE $nick #reddark" putquick "INVITE $nick #web3" - putquick "NOTICE $nick :done! to subscribe to future channel changes please /msg $botnick chsub" putquick "KICK $chan $nick :check your invites!" newchanban $chan *!$uhost eggdrop "check your invites!" 1 sticky } - -bind MSG * chsub chsub - -proc chsub {nick uhost hand text} { - if {[getaccount $nick] == "*"} { - putserv "NOTICE $nick :sorry $nick, you are not authenticated to NickServ" - putserv "PRIVMSG #fire :\[chsub\] $nick!$uhost attempted to subscribe, but isn't auth'd with services" - return 1 - } - if {[getaccount $nick] == ""} { - putserv "NOTICE $nick :sorry $nick, you are not authenticated to NickServ" - putserv "PRIVMSG #fire :\[chsub\] $nick!$uhost attempted to subscribe, but isn't auth'd with services" - return 1 - } - putserv "NOTICE $nick :thanks! you've been added to the list" - putserv "PRIVMSG #fire :\[chsub\] $nick!$uhost ([getaccount $nick]) subscribed to the channel changes list" - -} |
