sBNC Awaynick Problem

Mushroom

Registered User
Hallo,
ich habe den sBNC mit Webinterface installiert und alles läuft soweit, wär da nicht ein Problem: Awaynick.

Loggt man sich aus ändert sich im Irc der Name nicht auf den festgelegten Awaynick. Hab in Irc den Befehl probiert und auch im Webinterface, gehen tut leider nix. Bouncer neustarts haben auch nix gebracht...

Wodran könnte das liegen ?
 
Hast du im Webinterface zB auch auf "Setze" geklickt? Theoretischerweise sollte es funktionieren...
 
kommt denn irgendne Fehlermeldung, wenn du es im ircs mittels /sbnc set awaynick nick`away versuchst, oder kommt garnix?
 
Ne kommt leider keine Fehlermeldung und mit Webinterface setze geht auch. Danach steht der away nick auch im Interface. Eigendlich müsste es gehen aber ka warum nicht...
 
Wielang haste jeweils gewartet nachem ausloggen? Ansonsten muss ich mal bei mir in den Configs schnüffeln,...

Schau mal auf in deiner sbn.tcl alles stimmt soweit.

Code:
# This is an example configuration file for shroudBNC's TCL module
# It will be sourced whenever you (re-)load the tcl module or
# use the tcl command 'rehash' (e.g. /sbnc tcl :rehash)

# You should not modify this block
source "scripts/namespace.tcl"
source "scripts/timers.tcl"
source "scripts/misc.tcl"
source "scripts/variables.tcl"
source "scripts/channel.tcl"
source "scripts/pushmode.tcl"
source "scripts/bind.tcl"
source "scripts/usys.tcl"
source "scripts/socket.tcl"
source "scripts/botnet.tcl"

# Load some useful procs
source "scripts/alltools.tcl"

#setctx "example"
#source "scripts/tcl.tcl"

#set ::account354 "example"
#source "scripts/account.tcl"

#set ::versionreply "example"
#source "scripts/version.tcl"

#source "scripts/partyline.tcl"

source "scripts/iface.tcl"
 
Mhh irgendwie hat sich das Problem erledigt nach mehrmals "set away nick" und "setze" im Webmenü geht es... Danke für eure Hilfe.
 
Back
Top