aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.lua')
-rw-r--r--src/irc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.lua b/src/irc.lua
index e605918..80eb59b 100644
--- a/src/irc.lua
+++ b/src/irc.lua
@@ -942,7 +942,7 @@ end
-- Iterate over currently joined channels.
-- channels() is an iterator function for use in for loops.
-- For example, <pre>for chan in irc.channels() do print(chan:name) end</pre>
--- @see src/irc/channel.lua
+-- @see irc.channel
function channels()
return function(state, arg)
return misc.value_iter(state, arg,