1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Commit Graph

68 Commits

Author SHA1 Message Date
Sebastian Kaspari
7c3394d7e2 Disabled onMode() as it will double events (e.g. onOp() and onMode() will be called) 2010-03-06 19:19:19 +01:00
Sebastian Kaspari
84d43391c9 Added icons to some irc events 2010-03-06 19:15:27 +01:00
Sebastian Kaspari
ddf80644bd Use message objects instead of strings 2010-03-06 17:52:22 +01:00
Sebastian Kaspari
38fe74fcc9 Send server id on CHANNEL broadcasts 2010-03-05 19:47:55 +01:00
Sebastian Kaspari
5fe3e01f30 Add channel name to CHANNEL_NEW and CHANNEL_REMOVE broadcasts 2010-03-05 14:25:33 +01:00
Sebastian Kaspari
3b991b3733 Show channel name in debug toast 2010-03-02 20:34:05 +01:00
Sebastian Kaspari
c2755bd40c (IRCConnection) Implemented: onDeop() onDevoice() onInvite() onVoice() 2010-03-02 20:31:54 +01:00
Sebastian Kaspari
a361f957db Send channel name as extra on CHANNEL_MESSAGE broadcast 2010-03-02 20:28:32 +01:00
Sebastian Kaspari
db3554de49 Implemented IRCConnection.onTopic() 2010-03-02 19:59:37 +01:00
Sebastian Kaspari
9d1410b8e2 Implemented IRCConnection.onPart() 2010-03-02 19:54:34 +01:00
Sebastian Kaspari
8432a6ad4d Implemented IRCConnection.onOp() 2010-03-02 19:52:49 +01:00
Sebastian Kaspari
de26ddb967 Implemented IRCConnection.onMode() 2010-03-02 19:48:59 +01:00
Sebastian Kaspari
a7999d549a Implemented IRCConnection.onMessage() 2010-03-02 19:48:12 +01:00
Sebastian Kaspari
db5ac3a467 Implemented IRCConnection.onKick() 2010-03-02 19:47:43 +01:00
Sebastian Kaspari
9d90a2d40e Implemented IRCConnection.onJoin() 2010-03-02 19:43:27 +01:00
Sebastian Kaspari
7445f51422 Implemented IRCConnection.onAction() 2010-03-02 19:40:05 +01:00
Sebastian Kaspari
25875a5101 Added methods for irc events 2010-03-02 18:42:44 +01:00
Sebastian Kaspari
1eee92fc30 Refactored nearly everything 2009-12-17 21:27:57 +01:00