mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
sets +i by default which is default for some networks like freenode.
This commit is contained in:
parent
6d751661b8
commit
02f36bcf1a
1 changed files with 1 additions and 1 deletions
2
IRC.Mod
2
IRC.Mod
|
|
@ -110,7 +110,7 @@ BEGIN
|
|||
COPY (cmdMode, str);
|
||||
Strings.Append(" ", str);
|
||||
Strings.Append(nick, str);
|
||||
Strings.Append(" +C", str);
|
||||
Strings.Append(" +i", str);
|
||||
sh.appendLFCR(str);
|
||||
(*Strings.Append(eol, str);*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue