-
Notifications
You must be signed in to change notification settings - Fork 5
/
notes.txt
53 lines (39 loc) · 1014 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
= 1er Pizarron de naushika =
== Plugin ==
* registrar comandos y eventos
* acceder DB
* colgarse de eventos
* connectionMade
* connectionLost
* signedOn
* joined
* privmsg
* privmsg (user, msg)
* talkedToMe (default?) (user, channel, msg)
* publicMsg (user, channel, msg)
* command (user, channel, ---, *args)
* (user, channel, msg)
* msg = @command | '<#channel> | 'lalita'
* action
* nick
* dcc ?
* NO: match_sarasa
* register ('event_<>', callback)
('event_command', callback, [c])
('privmsg', callback, [regex])
* matar a Lucio
= 2do Pizarron de naushika =
* NO: say_public (channel, text)
* NO: say_private (user, text)
----
* return [(user, txt)] / yield
* return [(channel, txt)] / yield
* matar a lucio
= 3er pizarron =
* acceder BD
* canal / plugin.sqlite
* NO: ORM (sqlobject)
* un directorio por canal y una base de datos por plugin
* matar a lucio
= 4to pizarron =
* matar a lucio