xDefcon / sinusbot-scripts

Scripts for SinusBot (sinusbot.com)
GNU General Public License v3.0
14 stars 10 forks source link

updated script using the new getActualNick() #2

Closed irgendwr closed 8 years ago

irgendwr commented 8 years ago

Sinusbot 0.9.12.2-58b509d or higher needed

irgendwr commented 8 years ago

Note: I didn't test this but it should work

xDefcon commented 8 years ago

@GandalfGuenter Also another enanchment, in your commit you called 3 times the function getNick() and 2 times getActualNick(), in this case is not needed, because that will return the same value of the previous call. So it is better to declare 2 variables :smiley:

irgendwr commented 8 years ago

@xDefcon hmm, doesn't really matter. I personally think its just more unnecessary code...