I'd like to see the following elements added to the settings of this module.
- nick (default username) - string - either enters the current authorized user or a default string.
- customloading - string - "Connecting to our chat channel, please wait..."
- customprompt - string - "Welcome to our Chat page"
There may be others, but I think these are a good start and really help customization of the IRC chat widget. I use these params on http://drupalchat.net, but not the module yet.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mibbit_irc-314417-2.install.patch | 493 bytes | Chris Charlton |
| #2 | mibbit_irc-314417-2.module.patch | 4.45 KB | Chris Charlton |
Comments
Comment #1
Chris CharltonI noticed in the module code that 'nick' is already a param for authorized users, but my request still stands for at least the other two I mention.
Comment #2
Chris CharltonAdded the customloading and customprompt fields to both output and install files for the Mibbit IRC module. Also added /join to the list of default commands text, and moved some default text into [private] helper functions.
@TODO: Text needs to be scrubbed, but I noticed most text sent to the output for this module needs that treatment overall.
Comment #3
kmillecam commentedThanks Chris,
Committed to v6 Dev.
Comment #4
senpai commentedMarking as 'fixed'.