Discussion:
Silencing messages about topic/creation date on channel join
Chris Down
2014-12-02 13:29:23 UTC
Permalink
Hello,

Is there some way to not see the following messages when joining a
channel? I looked at what documentation I could find, but I didn't yet
find a way to silence these messages.
14:06 -!- Topic for #foo: foo
14:06 -!- Topic set by foo [foo] [Mon Nov 24 11:23:09 2014]
14:06 -!- Channel #foo created Wed Feb 23 12:28:47 2011
14:06 -!- Irssi: Join to #foo was synced in 1 secs
Thanks! :-)
Facundo Bianco
2014-12-05 16:00:41 UTC
Permalink
Is there some way to not see the following messages when joining a channel?
I use:

formats = {
"fe-common/irc" = {
topic = "";
topic_info = "";
channel_created = "";
channel_synced = "";
url = "";
}
}

Best,

--
Facundo Bianco
http://van.do | irc/tw: vando | qra: LU7AND

Loading...