Changeset 95 in code for trunk/irc.go
- Timestamp:
- Mar 13, 2020, 2:12:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/irc.go
r43 r95 12 12 rpl_globalusers = "266" 13 13 rpl_topicwhotime = "333" 14 rpl_loggedin = "900" 15 rpl_loggedout = "901" 16 err_nicklocked = "902" 17 rpl_saslsuccess = "903" 18 err_saslfail = "904" 19 err_sasltoolong = "905" 20 err_saslaborted = "906" 21 err_saslalready = "907" 22 rpl_saslmechs = "908" 14 23 ) 15 24
Note:
See TracChangeset
for help on using the changeset viewer.