aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accountscript.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/accountscript.tcl b/accountscript.tcl
index ecf2eb1..6d97372 100644
--- a/accountscript.tcl
+++ b/accountscript.tcl
@@ -92,7 +92,7 @@ proc acct_join {nick user hand chan text} {
putserv "PRIVMSG $chan :$nick, you are not authenticated to NickServ and/or I don't know you!"
return 1
}
- if {[matchattr $accthand +o]} {
+ if {[matchattr $accthand +f]} {
channel add [string trim $text]
channel set [string trim $text] +lkarma +transferinliner +seen +8ball
putquick "PRIVMSG $chan :\[join\] joined [string trim $text] - set flags +lkarma +transferinliner +seen +8ball"
@@ -110,7 +110,7 @@ proc acct_join_pm {nick user hand text} {
putserv "NOTICE $nick :you are not authenticated to NickServ and/or I don't know you!"
return 1
}
- if {[matchattr $accthand +o]} {
+ if {[matchattr $accthand +f]} {
channel add [string trim $text]
channel set [string trim $text] +lkarma +transferinliner +seen +8ball +nitter
putquick "NOTICE $nick :\[join\] joined [string trim $text] - set flags +lkarma +transferinliner +seen +8ball +nitter"
@@ -148,7 +148,7 @@ proc acct_part {nick user hand chan text} {
putserv "PRIVMSG $chan :$nick, you are not authenticated to NickServ and/or I don't know you!"
return 1
}
- if {[matchattr $accthand +o]} {
+ if {[matchattr $accthand +f]} {
channel remove [string trim $text]
putquick "PRIVMSG $chan :\[part\] removed [string trim $text]"
savechannels
@@ -165,7 +165,7 @@ proc acct_part_pm {nick user hand text} {
putserv "NOTICE $nick :you are not authenticated to NickServ and/or I don't know you!"
return 1
}
- if {[matchattr $accthand +o]} {
+ if {[matchattr $accthand +f]} {
channel remove [string trim $text]
putquick "NOTICE $nick :\[part\] removed [string trim $text]"
putquick "PRIVMSG #fire-trail :\[part\] $nick ($accthand) removed [string trim $text]"