File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 13
13
* [ colours / formatting] ( #colours--formatting )
14
14
* [ dealing with time] ( #dealing-with-time )
15
15
* [ reading logs] ( #reading-logs )
16
+ * [ text / HTML hosting] ( #text--html-hosting )
16
17
* [ manipulating commands] ( #manipulating-commands )
17
18
* [ authentication] ( #authentication )
18
19
* [ modules] ( #modules )
@@ -235,7 +236,7 @@ async versions of the SQLite API
235
236
236
237
change the namespace the key-value and SQLite stores use. this gives the events full access to all command data
237
238
238
- #### webhooks
239
+ ### webhooks
239
240
240
241
multiple webhooks can be created on the fly to allow pushing data to the bot
241
242
@@ -509,6 +510,12 @@ pull random messages from the log
509
510
510
511
takes a regex as a * string* to search the database with
511
512
513
+ ### text / HTML hosting
514
+
515
+ <a name =" IRC-makePasta " href =" #IRC-makepasta " >#</a > IRC.<b >makePasta</b >(<i >name</i >, <i >content</i >)
516
+
517
+ host some content as HTML or text. returns URLs for each
518
+
512
519
### manipulating commands
513
520
514
521
used in the ` command ` command and subcommands. commands can also be manipulated via the web frontend
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ nibblrjr is an IRC bot framework for creating custom behaviour dynamically
7
7
* reloadable config
8
8
* events API
9
9
* webhooks API
10
+ * text / HTML hosting
10
11
* safe arbitrary npm module use
11
12
* databases; key-value store, SQLite API
12
13
* command module format
You can’t perform that action at this time.
0 commit comments