mirror of
https://github.com/fluffle/goirc
synced 2025-07-05 21:09:24 +00:00
Split handlers up into three groups.
This commit is contained in:
parent
12eb9c89eb
commit
144001d109
5 changed files with 44 additions and 15 deletions
|
@ -21,7 +21,7 @@ func (conn *Conn) addIntHandlers() {
|
|||
for n, h := range intHandlers {
|
||||
// internal handlers are essential for the IRC client
|
||||
// to function, so we don't save their Removers here
|
||||
conn.Handle(n, h)
|
||||
conn.handle(n, h)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue